home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d5 / race.arc / PRINTDOC.BAT < prev    next >
DOS Batch File  |  1990-06-20  |  314b  |  10 lines

  1. echo off
  2. cls
  3. echo This program will print the Race! documentation to the printer port.
  4. echo Press a key to continue or press Control-Break to abort the program.
  5. pause
  6. echo Please wait while the documentation is being printed.
  7. copy race.doc prn
  8. echo The printing of the documentation is finished.
  9. echo on
  10.